home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
presto
/
presto10.lha
/
src
/
config.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-12-11
|
354b
|
25 lines
/* Number of processors supported by PRESTO.
*/
#define NUMPROCS 16
/* Enable FPU preemption bug
*/
#ifdef sequent
#ifdef i386
#ifndef FPU_PREEMPT
#define FPU_PREEMPT
#endif
#define SHARED /* Sequent Symmetry is a shared memory device */
#endif /* i386 */
#endif /* sequent */
/* Enable preemption
*/
#ifndef PREEMPT
#define PREEMPT
#endif